-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Action v11 with fixes and modern setup #29
Conversation
I think some pipeline steps are failing since I have no valid access_token. @cmgriffing probably this works I you are running the pipeline. |
Nice, thanks. I think I made a mistake in approving and merging some other commits first. Could you fix those conflicts? |
used typescript-action template from: https://github.com/actions/typescript-action/tree/main
BREAKING CHANGE: - drop support for scully versions <0.0.85 closes cmgriffing#28
Merged, let's double check things work. THANK YOU SO MUCH @d-koppenhagen !!! |
awesome. Once you checked, can you draft the v11 release? |
I tested it with my blog using the SHA of the Commit after the merge and everything seems to work: Pipeline: Related Commit: |
@cmgriffing would you mind to check this out? I modernized the whole setup of the repo based on:
https://github.com/actions/typescript-action
I fixed also some issues and updated the documentation.